Skip to content

fix(deps): update all non-major dependencies#2041

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#2041
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/react (source) ^3.34.0^3.35.0 age confidence
@changesets/cli (source) ^2.30.0^2.31.0 age confidence
@​codemirror/view ^6.41.0^6.41.1 age confidence
@rjsf/core ^6.4.2^6.5.1 age confidence
@rjsf/utils ^6.4.2^6.5.1 age confidence
@rjsf/validator-ajv8 ^6.4.2^6.5.1 age confidence
@typescript-eslint/eslint-plugin (source) ^8.58.1^8.59.0 age confidence
@typescript-eslint/parser (source) ^8.58.1^8.59.0 age confidence
electron ^41.2.0^41.3.0 age confidence
eslint-plugin-react-hooks (source) ^7.0.1^7.1.1 age confidence
globals ^17.4.0^17.5.0 age confidence
html-webpack-plugin ^5.6.6^5.6.7 age confidence
nanoid ^5.1.7^5.1.9 age confidence
pnpm (source) 10.33.010.33.2 age confidence
prettier (source) 3.8.23.8.3 age confidence
react-router-dom (source) ^7.14.0^7.14.2 age confidence
typescript (source) ~6.0.2~6.0.3 age confidence
typescript-eslint (source) ^8.58.1^8.59.0 age confidence
vite (source) ^8.0.8^8.0.10 age confidence
webpack ^5.106.1^5.106.2 age confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/react)

v3.35.0

Compare Source

Minor Changes
  • 1b1f545
    Thanks @​segunadebayo! - Pagination:
    Allow format prop in Pagination.PageText to accept a function for i18n
    support.

    <Pagination.PageText
      format={({ page, totalPages }) => `Page ${page} de ${totalPages}`}
    />
Patch Changes
  • d041e10
    Thanks @​segunadebayo! - Bump
    @ark-ui/react to 5.36.0 (from ^5.34.1)

    • Accordion: Fix missing data-focus on item trigger props.
    • Carousel: Fix issue with controlled carousel inside dialog, navigation
      transformed containers, scroll drift, and page sync with indicators.
    • ColorPicker: Fix vertical slider orientation on pointer updates.
    • Combobox: VoiceOver announces highlighted options on Apple devices via a
      live region
    • Dialog, Popover, HoverCard: Add support for multiple triggers sharing
      one dialog instance.
    • Field: Field.Item and target on Field.Root for multi-control
      fields (re-exported as FieldItem / Field.Item).
    • FileUpload: Reject duplicate files with FILE_EXISTS.
    • Listbox: keyboardPriority for Home/End and arrows; highlightFirst,
      highlightLast, highlightNext, highlightPrevious.
    • Menu: aria-expanded when closed; submenu hover “diagonal” flash fix;
      multiple triggers.
    • PinInput: Deletion and focus behavior, Home/End, enterKeyHint,
      autoSubmit, sanitizeValue.
    • Popover: Add support for translations; finalFocusEl and
      restoreFocus props.
    • TagsInput: allowDuplicates; sanitizeValue; enterKeyHint on mobile.
  • 3da73c3
    Thanks @​segunadebayo! - Export missing
    datePickerSlotRecipe from slot recipes

  • #​10721
    d2b7dec
    Thanks @​isBatak! - Improve useBreakpoint and
    useBreakpointValue types with BreakpointName

  • 6bad1b7
    Thanks @​segunadebayo! - -
    createOverlay: Fix document.body scroll lock and pointer-events not
    being restored when overlays are used under React StrictMode.

  • 16f8329
    Thanks @​segunadebayo! - - System: Fix
    isCssUnit utility to reject malformed values like 1a5rem and 1-5rem by
    properly escaping the decimal point in the length regex.

  • e9f04d4
    Thanks @​segunadebayo! - - Dialog,
    Drawer
    : Fixed the panel sometimes showing behind the dimmed overlay when
    opening and closing quickly or with certain global z-index styles on the page.

  • 39e3db3
    Thanks @​segunadebayo! - - System /
    Tokens
    : Fix array shorthand for fonts, shadows, gradients, animations, and
    easings (no longer mistaken for responsive arrays).

  • 5f30ddb
    Thanks @​segunadebayo! - - Hooks: Fix
    usePrevious to use a React 19-safe state-based implementation and compare
    values with Object.is for correct NaN/-0 behavior.

  • #​10765
    a7c1ffb
    Thanks @​rusty-jnr! - Fix date picker calendar
    popup clipping constrained by available height

  • #​10675
    a98e042
    Thanks @​segunadebayo! - Theme /
    KeyFrames
    : Add CSS variable overrides for slide keyframe distances
    (slide-from-* and slide-to-*), for example:

    <Box
      css={{
        animation: "slide-from-top 200ms ease-out",
        "--slide-from-top-distance": "1rem",
      }}
    />
  • #​10781
    581c7d1
    Thanks @​CerealeZ! - - GridItem: Fix incorrect
    css prop application

  • c53f298
    Thanks @​segunadebayo! - - System / Global
    CSS
    : Fix an issue where responsive array values in globalCss selector
    rules (for example #id or .class) were serialized incorrectly instead of
    generating responsive breakpoint styles.

changesets/changesets (@​changesets/cli)

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes
rjsf-team/react-jsonschema-form (@​rjsf/core)

v6.5.1

Compare Source

Dev / docs / playground

  • Updated peer dependencies to 6.5.x

v6.5.0

Compare Source

@​rjsf/antd

  • Updated BaseInputTemplate to remove type and set changeOnWheel to false for the InputNumber component, fixing #​5002
  • Updated ErrorList and IconButton to destructure icons imported from @ant-design/icons, fixing #​4953
  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Updated BaseInputTemplate to destructure and guard min/max before spreading onto InputNumber, fixing a build error caused by the widened InputPropsType (number | string)
  • Added support for Antd v6, addressing #​4995

@​rjsf/chakra-ui

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/core

  • Added a new removeEmptyOptionalObjects boolean prop to gracefully prune optional empty objects preventing form submission lockouts, fixing #​4954
  • Included button elements in focusOnError querySelector so that radio and checkbox groups receive focus on validation error, fixing #​4870
  • Fixed focus being lost when renaming additional property keys by preserving React key for renamed properties (#​4999)
  • Removed expandUiSchemaDefinitions call at form init, now handled at runtime by resolveUiSchema, fixing #​4986
  • Used useRef to track latest formData in handleKeyRename, preventing stale closure data when multiple additional property keys are renamed in quick succession, fixing #​5021
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget for rendering real enum values in DOM attributes instead of array indices (#​4693)

@​rjsf/daisyui

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/fluentui-rc

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/mantine

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Updated BaseInputTemplate to destructure and guard min/max before spreading onto NumberInput, fixing a build error caused by the widened InputPropsType (number | string)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/mui

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)
  • Added support for passing MUI-specific props (e.g., sx, rjsfSlotProps, variant) directly through uiSchema for all templates and widgets, fixing #​4996

@​rjsf/primereact

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/react-bootstrap

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/semantic-ui

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/shadcn

  • Added key={label} to key input in WrapIfAdditionalTemplate to reset input value after duplicate key rename (#​4999)
  • Added opt-in optionValueFormat: 'realValue' support to SelectWidget, RadioWidget, and CheckboxesWidget (#​4693)

@​rjsf/utils

  • Added removeOptionalEmptyObjects utility function to recursively strip fully empty optional objects based on their parent's required properties, fixing #​4954
  • Updated InputPropsType to widen min and max to number | string to support date values (e.g. "2020-01-01")
  • Updated getInputProps() to propagate formatMinimum and formatMaximum schema keywords to the HTML min/max attributes for date, datetime-local, time, week, and month input types, aligning browser-native date picker constraints with AJV validation
  • Fixed ui:title from ui:definitions not applied to oneOf/anyOf dropdowns beyond first recursion level, fixing #​4986
  • Added enumOptionValueEncoder, enumOptionValueDecoder, and enumOptionSelectedValue utilities for opt-in real enum value rendering in select/radio/checkbox widgets (#​4693)
  • Added optionValueFormat: 'indexed' | 'realValue' to GlobalUISchemaOptions and the OptionValueFormat type for opt-in real enum values in widget DOM attributes (#​4693)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.59.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

electron/electron (electron)

v41.3.0: electron v41.3.0

Compare Source

Release Notes for v41.3.0

Fixes

  • Fixed webContents.printToPDF rejecting on all subsequent calls after a prior call was rejected with an invalid pageRanges value. #​51221 (Also in 40, 42)
  • Fixed an issue where app-region: drag inside a hidden WebContentsView would still drag the parent window on Windows. #​51246 (Also in 40, 42)
  • Fixed an issue where an Electron macOS update would not be applied if another app was previously blocking the macOS system update loop. #​51210 (Also in 40, 42)
  • Fixed build failure when building with enable_pdf disabled. #​51248 (Also in 42)
  • Fixed frameless transparent windows on Windows losing their transparency after setResizable(false) followed by setResizable(true). #​51217 (Also in 42)

Other Changes

v41.2.2: electron v41.2.2

Compare Source

Release Notes for v41.2.2

Fixes

  • Fixed absent 'Electron Isolated Context' in the execution context dropdown in Dev Tools. #​51078 (Also in 42)
  • Fixed an issue where nodeIntegrationInWorker didn't always work in AudioWorklet. #​51006 (Also in 42)
  • Fixed an issue where saving edited PDF files would fail with a cross-origin SecurityError. #​51073 (Also in 42)
  • Fixed bug that could occasionally cause browserWindow's always-on-top-changed even to fire with incorrect values. #​51135 (Also in 40, 42)
  • Fixed test scaffolding bug when running tests locally on Linux. #​51150 (Also in 40, 42)

Other Changes

v41.2.1: electron v41.2.1

Compare Source

Release Notes for v41.2.1

Fixes

  • Added missing metadata fields to contentTracing traces. #​51021 (Also in 42)
  • Changed the kResizeThreshold to trigger the resize on corners. #​51002 (Also in 42)
  • Fixed fs.stat on files inside asar archives returning undefined for blksize and blocks instead of numeric values. #​50876 (Also in 40, 42)
  • Fixed a crash when rendering PDFs when Site Isolation is disabled. #​50845 (Also in 42)
  • Fixed a memory leak where Menu items were not cleaned up after Menu.setApplicationMenu was called repeatedly. #​50830 (Also in 40, 42)
  • Fixed an issue where DevTools would re-attach to the window when opened after previously being detached. #​50816 (Also in 39, 40, 42)
  • Fixed an issue where setSimpleFullScreen on macOS would exit when web content called requestFullscreen(). #​50985 (Also in 40, 42)
  • Fixed an issue where closing devtools immediately after focus caused a crash. #​51037 (Also in 42)
  • Fixed an issue where webContents.print() would ignore pageSize / mediaSize when silent was true. #​50856 (Also in 42)
  • Fixed aspect ratio min/max size clamping to correctly account for extraSize on macOS. #​50835 (Also in 40, 42)
  • Fixed crash when app.setPath('sessionData') was called with a non-existent directory. #​50958 (Also in 42)
  • Fixed resize hit targets for frameless windows on Windows. Resize targets now start at the side and bottom edges of the window and extend outward when frame: false, matching the behavior for windows with frames. #​50863 (Also in 42)
  • Fixed the crash keys being lost and the crash reporter hanging on macOS when many dynamic crash keys were registered. #​50837 (Also in 40, 42)
  • Moved Electron-specific help menu links to the default app only; unpackaged apps will no longer see these items in their default menu. #​50859 (Also in 40, 42)

Other Changes

  • Backported fix for none. #​50880
  • Backported upstream fixes for two edge cases in the WebNN TFLite graph builder. #​50983
  • Backported upstream v8 fixes for a maglev use-count accounting issue and an inspector InspectedContext lifetime issue. #​50991
  • Updated Chromium to 146.0.7680.188. #​50787
  • Updated Node.js to v24.14.1. #​50478
facebook/react (eslint-plugin-react-hooks)

v7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #​36307)

v7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

sindresorhus/globals (globals)

v17.5.0

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.7

Compare Source

ai/nanoid (nanoid)

v5.1.9

Compare Source

  • Fixed npm package size regression.

v5.1.8

Compare Source

pnpm/pnpm (pnpm)

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example, pnpm version --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx
prettier/prettier (prettier)

v3.8.3

Compare Source

remix-run/react-router (react-router-dom)

v7.14.2

Compare Source

Patch Changes

v7.14.1

Compare Source

Patch Changes
microsoft/TypeScript (typescript)

v6.0.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v8.0.10

Compare Source

Features
Bug Fixes
  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#​22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#​22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#​22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#​22297) (b8a21cc)
Code Refactoring

v8.0.9

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 12, 2026

⚠️ No Changeset found

Latest commit: faf2a37

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1ba56e1 to 7768fd5 Compare April 13, 2026 21:39
@renovate renovate Bot changed the title chore(deps): update dependency globals to ^17.5.0 fix(deps): update all non-major dependencies Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 90c5744 to 43269ae Compare April 21, 2026 16:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 606c8cc to 26efee5 Compare April 23, 2026 07:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 26efee5 to faf2a37 Compare April 23, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants